home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / halt / scripts / DefineButton2_2 / BUTTONCONDACTION on(press).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  121 b   |  6 lines

  1. on(press){
  2.    _level50.gotoAndStop("off");
  3.    _level40.sound.lib.sound = 287;
  4.    call("_level40/sound/lib:play");
  5. }
  6.